home *** CD-ROM | disk | FTP | other *** search
- #include "ToolsPlus.h"
-
-
-
- main()
- {
- InitGraf(&thePort); /* Standard Mac ToolBox initialization */
- InitFonts(); /* */
- InitWindows();
- InitMenus();
- TEInit();
- InitDialogs(nil); /* */
-
-
- /* Insert your code here */
-
-
- }
-